![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "DumpUtils.h"
Public Types | |
| using | Array_t = T const * |
| using | This_t = ArrayDumper< Array_t > |
Public Member Functions | |
| VectorDumper (T const *v) | |
| void | operator() (Stream &&out) const |
| Inserts the content of the referenced array into the specified stream. More... | |
| operator std::string () const | |
| Converts the content of the stored vector into a string. More... | |
Public Attributes | |
| Array_t const & | a |
| A reference to the array to be printed. More... | |
| size_t | n |
| Number of elements to be printed. More... | |
Definition at line 189 of file DumpUtils.h.
|
inherited |
Definition at line 61 of file DumpUtils.h.
|
inherited |
Definition at line 62 of file DumpUtils.h.
|
inlineexplicit |
Definition at line 190 of file DumpUtils.h.
|
inlineexplicitinherited |
Converts the content of the stored vector into a string.
Definition at line 81 of file DumpUtils.h.
|
inlineinherited |
Inserts the content of the referenced array into the specified stream.
Definition at line 77 of file DumpUtils.h.
References lar::dump::details::dumpArray().
|
inherited |
A reference to the array to be printed.
Definition at line 64 of file DumpUtils.h.
|
inherited |
Number of elements to be printed.
Definition at line 65 of file DumpUtils.h.